---------------------------------------------------------------------------------------------------
                                         BOMBING CODE
---------------------------------------------------------------------------------------------------

(WARNING) This mod changes your main.scm file so all old saves will not work with this mod, you must start a new game and that save will be the one that works with this mod (to use old saves just use your orignal main.scm file).

This code allows you to shoot "missiles" and drop bombs from the skimmer. It creates a teargas weapon pickup marker near the lawers office, which when you are near, will spawn a skimmer near it. This skimmer is indestructable. It also Parks a skimmer in the empty hangar on the North-East side of Escobar International Airport. 
Controls:

    Bomb : Space/Right Mouse Button    
"Missile": Numpad 0/Left Mouse Button

There is actually no missile model, just its explosion.

WARNING!!!!!!!!!!!!!!!!!
DO NOT EVER, EVER (another 10 millin nevers here) DROP A BOMB IN WATER, ON LAND, OR AT EXTREMELY 
LOW ALTITUTES AS THIS MIGHT JAM THE BOMBING SCRIPT!!!!!!!!!!!!!!!!!!


---------------------------------------------------------------------------------------------------
                                          INSTALLATION
---------------------------------------------------------------------------------------------------


1.  Open your Vice City 'data' folder located in C:\Program Files\Grand Theft Auto Vice City\ (by
    default)

2.  Find the file called 'MAIN.SCM' and rename it MAINbackup.scm

3.  Copy and paste the MAIN.SCM included in this mod

4.  Bombs Away!!!!!


The bombing source code is included in case you already have a mission mod that you want to keep.
To install source code:

1.  Open "SourceCode.txt" included in this mod.

2.  Select the code and copy.

3.  Open ViceBuilder 1.3

4.  Right-Click, select find and search for "create_thread". This will take you to a list of 
    create_threads. Go to the bottom of the list

5.  Add these to the bottom of the list:

    004F: create_thread RemoveThePlane
    004F: create_thread IfDrivingSkimmer
    004F: create_thread Label009063
    004F: create_thread Marker

6.  Right-Click, select find and search for "Mission 0". This will take you to Mission 0.
    paste the source code one line above "Mission 0" 

7.  Compile and play
----------------------------------------------------------------------------------------------------

                          Contact me (W0Mb@t) at daslowpostdot@hotmail.com

  BY W0Mb@t

